home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / ProgressBar.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  543 b   |  11 lines

  1. [ProgressBar]
  2. 0=2,BackColor,public Color BackColor {override get; override set;}
  3. 1=2,Font,public Font Font {override get; override set;}
  4. 2=2,ForeColor,public Color ForeColor {override get; override set;}
  5. 3=2,Maximum,public int Maximum {get; set;}
  6. 4=2,Minimum,public int Minimum {get; set;}
  7. 5=2,RightToLeft,public RightToLeft RightToLeft {override get; override set;}
  8. 6=2,Step,public int Step {get; set;}
  9. 7=2,Value,public int Value {get; set;}
  10. 8=3,Increment,public void Increment(int value);
  11. 9=3,PerformStep,public void PerformStep();